projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19d08da
)
(fortran-comment-region): Fix typo.
author
Dave Love
<fx@gnu.org>
Fri, 30 Mar 2001 10:19:51 +0000
(10:19 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 30 Mar 2001 10:19:51 +0000
(10:19 +0000)
lisp/progmodes/fortran.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/fortran.el
b/lisp/progmodes/fortran.el
index d83f64763bcc90192683bf5da038251f24251427..4618ab8ae899c5210c1304ae00180ea524b902bb 100644
(file)
--- a/
lisp/progmodes/fortran.el
+++ b/
lisp/progmodes/fortran.el
@@
-729,7
+729,7
@@
Puts `fortran-comment-region' at the beginning of every line in the region.
BEG-REGION and END-REGION are args which specify the region boundaries.
With non-nil ARG, uncomments the region."
(interactive "*r\nP")
- (let ((end-region-mark (copy-marker
beg
-region))
+ (let ((end-region-mark (copy-marker
end
-region))
(save-point (point-marker)))
(goto-char beg-region)
(beginning-of-line)